CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl select

搜索资源列表

  1. view3ds

    2下载:
  2. 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和   *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()  
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45463
    • 提供者:沈淳
  1. c++_opengl_selection

    0下载:
  2. 本文提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。-this paper, and for the realization of a three-dimensional coordinates of the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40862
    • 提供者:wanhy
  1. MouseSelDemo

    0下载:
  2. a mouse select demo for opengl interface
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8519
    • 提供者:CHENGGUOFU
  1. DrawingProject

    0下载:
  2. 利用MFC和OpenGL制作了一个基于菜单的图形应用程序,能够使用菜单绘制圆,直线,矩形,并且能够使用鼠标拾取并且拖动,还可以通过键盘控制选择物体的转动-Using MFC and OpenGL has produced a menu-based graphical applications, can use the menu draw circles, straight lines, rectangles, and can use the mouse to pick up and drag,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9644705
    • 提供者:赵斌
  1. simplerobot

    0下载:
  2. 用OpenGL做出的简易机器人模型,可以实现旋转等功能,鼠标右键可以创建一个菜单,根据提示选择需要的功能。-Simple to use OpenGL to make the robot model can rotate and other functions, the right mouse button to create a menu, follow the prompts to select the desired function.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1508
    • 提供者:罗真
  1. mfchittest

    0下载:
  2. MFC OpenGL implement the click select events-implement the click select events, which is ususal in all CAD software
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:33201
    • 提供者:red
  1. openglnurbs

    2下载:
  2. 使用VB结合OPENGL绘制NURBS曲面,可选择查看曲面-Using VB with OPENGL rendering NURBS surfaces, can select to view surfaces
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:4472
    • 提供者:阿超
  1. Selectable3DScattergraphUsingOpenGL

    0下载:
  2. 本示例使用OpenGL创建三维Scattergraph,用户可以从任何角度查看使用鼠标旋转。图形数据可以经正投影或透视投影显示,并可以选择每个点的颜色。用户可以在图形周围绘制点,并选择它们,然后缩放图,以扩大该区域包含选定点。-This sample uses OpenGl to create a 3-D Scattergraph that the user can view from any angle by rotating with the mouse. The data can be s
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:236341
    • 提供者:MEI GANG
  1. OpenGL_selection_3D

    0下载:
  2. 用OpenGL画出3D模型,然后对3D模型进行选择拾取功能。代码通过测试。-looked for a way to select an object on a lot object overunder on 3D and I have found it. In this article I want to introduce you to how to do it.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1952371
    • 提供者:尚永
  1. picking

    0下载:
  2. openGL中用射线实现拾取的经典例子,程序中有4个不同景深的立方体供鼠标select-openGL using radiation to achieve a classic example of picking up the program in 4 different depth of field of the cube for the mouse to select
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:4234
    • 提供者:mengmakies
  1. game_select_guaiwu

    0下载:
  2. 仿照openGL游戏开发中怪物角色的选择功能,程序中有三个怪物可选(用select模式渲染)-OpenGL game developers modeled the role of the selection function in the monster, the program has three monsters available (with the select mode rendering)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:249833
    • 提供者:mengmakies
  1. Images-in-a-cube

    0下载:
  2. 在一个立方体上显示图片 功能正如名字所说.这个程序使用OpenGL作为图形程序接口 用PageUp\PageDown键来缩小\放大立方体 使用ESC键退出这个立方体并回到主窗体 用方向键调整旋转方向 单击图片框,然后选择图片即可加载图片到立方体上 还可以选择边框样式和透明颜色 还有记忆地址功能 详见截图 -Display images in a cube function, as the name says. This program uses OpenGL as the graphi
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:556639
    • 提供者:大野
  1. wuhua

    0下载:
  2. 用VC++与OpenGL编写的绘制一个茶壶的程序,同时增加了雾化处理。可以通过菜单选择不同的雾化模式,可以产生不同的雾化效果。-VC++ and OpenGL with a written procedure to draw a teapot, while increasing the spray treatment. Through a menu to select a different spray pattern, atomization can produce different res
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:532105
    • 提供者:宝岛烟
  1. CNC-machining-simulation

    0下载:
  2. 运用openGL语言在C++环境下写的数控加工仿真程序,先选择测试文件再仿真-Use openGL in C++ language environment to write CNC machining simulation program, first select a test file and then simulation
  3. 所属分类:OpenGL

    • 发布日期:2013-07-29
    • 文件大小:3746794
    • 提供者:周彦菲
  1. lighting

    0下载:
  2. 此程序为openGL程序。 包含内容:如果想学习如何用openGL画简单的3-d图形和使用简单的光线,这个程序将是不二的选择。 详细功能:在界面上右击可以选择想要的光照。-This program is openGL program. What you get: If you want to learn how to use openGL draw a simple 3-d graphics and simple light, this program will be the best
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:3503
    • 提供者:Jason
  1. OpenGL

    0下载:
  2. 使用Opengl绘制圆柱和圆锥,带右键选择功能,有静点光照,能实现旋转变换。-using Opengl to drow cone,can select.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-02
    • 文件大小:15084467
    • 提供者:yenna
  1. SELECT

    0下载:
  2. OpenGL实现交互式图形选择,能够对给出的两个图形进行选择操作。通过鼠标的选择,在界面中给出选择的操作。适用于OpenGL的初级学者。-OpenGL implementation, interactive options
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:921703
    • 提供者:kunqiyuan
  1. pick

    0下载:
  2. 用VS2005编写的一个利用OpenGL选择模式实现选择三维图形的程序,特别适合初学者-VS2005 to write an OpenGL select mode to select the three-dimensional graphics programs, especially for beginners
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6573056
    • 提供者:lili
  1. OpenGL-interaction

    0下载:
  2. OpenGL交互式,通过鼠标中健弹出式菜单选择绘制对象的颜色-EnglishSpanishArabic AlphaOpenGL interactive health pop-up menu in the mouse to select the drawing color of the object
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1348
    • 提供者:庄翔
  1. opengl

    0下载:
  2. 基于opengl下的选择物体局部放大,对初学者有一定帮助。-Select objects under opengl partial enlarged
  3. 所属分类:Graph program

    • 发布日期:2017-11-26
    • 文件大小:185169
    • 提供者:zxp
« 1 23 »
搜珍网 www.dssz.com